CommonEvent 602
Name = "イベント：ワープ3"

  999([602])
  ControlSwitches([73, 73, 0])
  ConditionalBranch([1, 123, 0, 9, 2])
    ShowTextAttributes(["gob_fc1", 0, 0, 2])
    ShowText(["\\n<Goblin Girl>Welcome to the goblin taxi.\nFor the price of 300G, I'll send you up 3 floors!"])
    ShowText([""])
    ShowText([""])
    ShowChoices([["Transport up 3 Floors", "Decline"], 2])
    When([0, "3階先まで送ってもらう"])
      ChangeGold([1, 0, 300])
      ShowTextAttributes(["gob_fc1", 0, 0, 2])
      ShowText(["\\n<Goblin Girl>All right then, let's gooooo!!"])
      ShowText([""])
      ControlVariables([121, 121, 1, 0, 2])
      CallCommonEvent([901])
      ControlSwitches([73, 73, 1])
      ExitEventProcessing([])
      Empty([])

    When([1, "遠慮しておく"])
      ShowTextAttributes(["gob_fc1", 4, 0, 2])
      ShowText(["\\n<Goblin Girl>Be careful out there."])
      ShowText([""])
      ControlSwitches([73, 73, 1])
      ExitEventProcessing([])
      Empty([])

    ChoicesEnd([])
    Empty([])

  Else([])
    ShowTextAttributes(["gob_fc1", 3, 0, 2])
    ShowText(["\\n<Goblin Girl>This is the World of Carnage...\nIt's too scary out there, so the Goblin Taxi is closed for now."])
    ShowText([""])
    ShowText([""])
    ConditionalBranch([1, 129, 0, 0, 0])
      ShowTextAttributes(["gob_fc1", 3, 0, 2])
      ShowText(["\\n<Goblin Girl>So I'll give you this instead.\nBe careful out there..."])
      ShowText([""])
      ShowText([""])
      PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
      ChangeItems([9, 0, 0, 1])
      ControlVariables([129, 129, 0, 0, 1])
      Empty([])

    BranchEnd([])
    ControlSwitches([73, 73, 1])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Empty([])
